YNQ  YNQ-1.5.2
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Initialization and Shutdown

Functions

NQ_INT nqStart (void)
 
NQ_INT nqStop (void)
 

Detailed Description

Function Documentation

NQ_INT nqStart ( void  )

This function is called to start NQ system. This function must initialize UD, SY and NS modules prior to calling to csStart() or ndStart() or ccInit().

Returns
NQ_SUCCESS or NQ_FAIL
See Also
udInit() in File Operations udapi.h, syInit() in File Operations syapi.h, nsInitGuard() in File Operations nsapi.h, csStart() in File Operations csapi.h, ndStart() in File Operations ndapi.h.
NQ_INT nqStop ( void  )

This function is called to stop NQ system started by nqStart().

Returns
NQ_SUCCESS or NQ_FAIL
See Also
nqStart()